![]() |
Kinetis SDK Demo Applications User Guide
1.0.0-beta
Freescale Semiconductor, Inc.
|
#include <stdio.h>#include <string.h>#include "fsl_sgtl5000_driver.h"#include "fsl_clock_manager.h"#include "fsl_device_registers.h"#include "fsl_soundcard.h"#include "board.h"#include "modulator.h"#include "pcm_data.h"#include "terminal_menu.h"Macros | |
| #define | SAMPLE_SIZE |
Functions | |
| void | pin_setup (void) |
| void | user_menu (void) |
| int | main (void) |
Variables | |
| sound_card_t | g_soundCard |
| float32_t | fftStore [2 *SAMPLE_SIZE] |
| float32_t | fftFreqBin [SAMPLE_SIZE] |
| const uint32_t * | cMajorArpeggio [] |
| #define SAMPLE_SIZE |
| int main | ( | void | ) |
| void pin_setup | ( | void | ) |
| void user_menu | ( | void | ) |
| const uint32_t* cMajorArpeggio[] |
| float32_t fftFreqBin[SAMPLE_SIZE] |
| float32_t fftStore[2 *SAMPLE_SIZE] |
| sound_card_t g_soundCard |